From 54866ada92ceb8a001315dea40ccd7e231782d4d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 1 Mar 2020 12:12:45 +0000 Subject: [PATCH] run-with-locales: Make use of -- optional Stop parsing arguments as soon as we see a non-option argument. Gbp-Dch: ignore --- debian/run-with-locales | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/run-with-locales b/debian/run-with-locales index c3b192ba54..79267663cf 100755 --- a/debian/run-with-locales +++ b/debian/run-with-locales @@ -43,7 +43,7 @@ usage () { echo "Usage: $me [--generate LOCALE...] COMMAND [ARGS...]" } -getopt_temp=help +getopt_temp=+help getopt_temp="$getopt_temp,generate:" getopt_temp="$(getopt -o '' --long "$getopt_temp" -n "$0" -- "$@")" -- 2.30.2